ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_GetAccessToken(AuthResultHandle authResultHandle,
com.sun.jna.Pointer accessToken,
com.sun.jna.ptr.IntByReference bufferSize) |
ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_GetAccount(AuthResultHandle authResultHandle,
AccountHandle accountHandle) |
ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_GetAuthorizationHeader(AuthResultHandle authResult,
com.sun.jna.Pointer authHeader,
com.sun.jna.ptr.IntByReference bufferSize) |
ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_GetError(AuthResultHandle authResultHandle,
ErrorHandle errorHandle) |
ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_GetRawIdToken(AuthResultHandle authResultHandle,
com.sun.jna.Pointer rawIdToken,
com.sun.jna.ptr.IntByReference bufferSize) |
ErrorHandle |
MsalRuntimeLibrary.MSALRUNTIME_IsPopAuthorization(AuthResultHandle authResult,
com.sun.jna.ptr.IntByReference isPopAuthorization) |