Interface OAuthFlowsMapper

All Known Implementing Classes:
OAuthFlowsMapperImpl

public interface OAuthFlowsMapper
Mapper between OAuthFlows and OAuthFlows.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OAuthFlowsMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.a2aproject.sdk.spec.OAuthFlows
     
    toProto(org.a2aproject.sdk.spec.OAuthFlows domain)
     
  • Field Details

  • Method Details

    • toProto

      OAuthFlows toProto(org.a2aproject.sdk.spec.OAuthFlows domain)
    • fromProto

      org.a2aproject.sdk.spec.OAuthFlows fromProto(OAuthFlows proto)