SPOAuthNativeClientAuthenticationService class

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.IdentityModel.OAuth2.SPOAuthNativeClientAuthenticationService

Namespace:  Microsoft.SharePoint.IdentityModel.OAuth2
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPOAuthNativeClientAuthenticationService
'Usage
Dim instance As SPOAuthNativeClientAuthenticationService
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPOAuthNativeClientAuthenticationService

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPOAuthNativeClientAuthenticationService members

Microsoft.SharePoint.IdentityModel.OAuth2 namespace