Contents

setAuthorizationRights(_:)

Sets the authorization rights for this view.

Declaration

func setAuthorizationRights(_ authorizationRights: UnsafePointer<AuthorizationRights>!)

Parameters

  • authorizationRights:

    An authorization rights structure specifying the authorization rights represented by the authorization view.

Discussion

Either this method or the setString(_:) method must be called before the view displays correctly.

The authorization rights structures are defined in AuthorizationRights in Authorization Services.

See Also

Related Documentation

Setting up the authorization view