SimpleAccount.getStringPermissions

Returns all string-based permissions assigned to this Account. Simply delegates to <code>this.authzInfo.getStringPermissions()</code>.

@return all string-based permissions assigned to this Account.

class SimpleAccount
Collection!(string)
getStringPermissions
()

Meta