• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDAuthDelegateInfo Class Reference

Provide information about the authentication delegate app, if one exists. More...

#import <BlackBerryDynamics/GD/GDiOS.h>

Inheritance diagram for GDAuthDelegateInfo:

Description

This class is used to return information about the application authentication is delegated to. If there is no such delegated application, isAuthenticationDelegated will be NO. See getAuthDelegate (GDiOS)

Instance Methods

(NSString *) - description
 Description of the GDAuthDelegateInfo. More...
 

Properties

NSString * name
 Name of the auth delegate application. More...
 
NSString * address
 Native application identifier of the auth delegate. More...
 
NSString * applicationId
 Entitlement identifier of the auth delegate. More...
 
BOOL isAuthenticationDelegated
 Flag if authentication is delegated. More...
 

Method Documentation

◆ description

- (NSString *) description

This method returns an NSString representing the values of GDAuthDelegateInfo

Property Documentation

◆ name

- (NSString*) name
readwritenonatomiccopy

Display name of the auth delegate app.

This property contains displayed name of the auth delegate app registered in the Dynamics catalog. This string may be empty but is not null.

◆ address

- (NSString*) address
readwritenonatomiccopy

Native application identifier of the auth delegate app.

This property contains the native application identifier of the auth delegate as in the catalog. This string may be empty but is not null.

◆ applicationId

- (NSString*) applicationId
readwritenonatomiccopy

Entitlement identifier of the auth delegate app.

This property contains the entitlement identifier registered in the Dynamics catalog. This string may be empty but is not null.

◆ isAuthenticationDelegated

- (BOOL) isAuthenticationDelegated
readwritenonatomicassign

Indicate if authentication is delegated to another app.

Returns
YES if the app is delegating authentication to another app.
NO if the app is managing authentication.

The documentation for this class was generated from the following file: