Interface Office365AuthApiService


public interface Office365AuthApiService
  • Method Details

    • getOauth2Token

      @FormUrlEncoded @POST("oauth2/token") retrofit2.Call<AzureGraphOAuthTokenInfo> getOauth2Token(@Field("grant_type") String grantType, @Field("client_id") String clientId, @Field("client_secret") String clientSecret, @Field("scope") String scope, @Field("resource") String resource)