WFMTokenManager.AuthService Property
Public Property AuthService() As IWFMOAuthService
This language is not supported or no code example is available.
public IWFMOAuthService AuthService {get; set;}
This language is not supported or no code example is available.
public:
property IWFMOAuthService^ AuthService {
IWFMOAuthService^ get( );
void set(
IWFMOAuthService^ value
);
}
This language is not supported or no code example is available.
public function get AuthService() : IWFMOAuthService;
public function set AuthService(value : IWFMOAuthService);
This language is not supported or no code example is available.